diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4317e73..6e6466c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 cache: yarn if: env.RUNNING - name: Install Package dependencies @@ -84,7 +84,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 cache: yarn if: env.RUNNING - name: Install Package dependencies @@ -113,7 +113,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 cache: yarn - uses: technote-space/load-config-action@v1 @@ -172,14 +172,14 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 registry-url: https://registry.npmjs.org/ cache: yarn if: env.RUNNING && matrix.target == 'npm' - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 registry-url: https://npm.pkg.github.com cache: yarn if: env.RUNNING && matrix.target == 'gpr' diff --git a/.node-version b/.node-version new file mode 100644 index 00000000..bc78e9f2 --- /dev/null +++ b/.node-version @@ -0,0 +1 @@ +20.12.1 diff --git a/action.yml b/action.yml index cb81fe65..8031e24b 100644 --- a/action.yml +++ b/action.yml @@ -15,5 +15,5 @@ branding: color: 'orange' runs: - using: node16 + using: node20 main: lib/main.js