diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index d0d81d6..910939e 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -15,7 +15,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 20 - name: Install Dependencies run: npm ci diff --git a/.github/workflows/build_executables.yml b/.github/workflows/build_executables.yml index 26b1fc0..f1ea39a 100644 --- a/.github/workflows/build_executables.yml +++ b/.github/workflows/build_executables.yml @@ -24,7 +24,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 20 - name: Install Dependencies run: npm ci diff --git a/action.yml b/action.yml index 56f5864..3bd2af6 100644 --- a/action.yml +++ b/action.yml @@ -36,7 +36,7 @@ inputs: required: false runs: - using: node16 + using: node20 main: dist/index.js branding: