Skip to content

Commit

Permalink
try using 14.17
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeChampion authored Dec 6, 2024
1 parent 328210a commit 345fe94
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
deno-version: ['v1.37.0', 'v1.44.4']
include:
- os: ubuntu-latest
node-version: '14.16.0'
node-version: '14.17.0'
deno-version: 'v1.44.4'
fail-fast: false
steps:
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
if: ${{ !steps.release-check.outputs.IS_RELEASE }}
- name: Install npm@7
run: npm install -g npm@7
if: ${{ matrix.node-version == '14.16.0' && !steps.release-check.outputs.IS_RELEASE }}
if: ${{ matrix.node-version == '14.17.0' && !steps.release-check.outputs.IS_RELEASE }}
- name: Setup Deno
uses: denoland/setup-deno@v1
with:
Expand Down Expand Up @@ -129,23 +129,23 @@ jobs:
# We test on the oldest supported Node.js version, but only with a
# single combination (Ubuntu)
- os: ubuntu-latest
node-version: '14.16.0'
node-version: '14.17.0'
install-command: npm ci
machine: '0'
- os: ubuntu-latest
node-version: '14.16.0'
node-version: '14.17.0'
install-command: npm ci
machine: '1'
- os: ubuntu-latest
node-version: '14.16.0'
node-version: '14.17.0'
install-command: npm ci
machine: '2'
- os: ubuntu-latest
node-version: '14.16.0'
node-version: '14.17.0'
install-command: npm ci
machine: '3'
- os: ubuntu-latest
node-version: '14.16.0'
node-version: '14.17.0'
install-command: npm ci
machine: '4'
# The buildbot pins Netlify Build's dependencies, like `npm ci`.
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
if: ${{ !steps.release-check.outputs.IS_RELEASE }}
- name: Install npm@7
run: npm install -g npm@7
if: ${{ matrix.node-version == '14.16.0' && !steps.release-check.outputs.IS_RELEASE }}
if: ${{ matrix.node-version == '14.17.0' && !steps.release-check.outputs.IS_RELEASE }}
- name: Set up Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 345fe94

Please sign in to comment.