Skip to content

Commit

Permalink
upgrade node from 18 to 20 in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kiiskila-bcgov committed Aug 26, 2024
1 parent dd7954e commit 0a435c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: "20"

- name: Install dependencies
run: npm ci
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: "20"

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 0a435c5

Please sign in to comment.