Skip to content

Commit

Permalink
Merge pull request #197 from dgreene1/feat/UIEN-6796
Browse files Browse the repository at this point in the history
Update Node version to v20
  • Loading branch information
dgreene1 authored Oct 29, 2024
2 parents 29e4094 + 19f9515 commit 98ce705
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16.15.0
node-version: 20
cache: npm

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.15.0
node-version: 20
cache: "npm"
- run: npm ci
- run: npm run lint
Expand Down

0 comments on commit 98ce705

Please sign in to comment.