Skip to content

Commit

Permalink
github: Update Node versions on Github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhil committed Sep 2, 2024
1 parent f0bd586 commit 05f1bce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2.3.0
with:
node-version: 16
node-version: 20
registry-url: https://registry.npmjs.org
# cache: pnpm

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

strategy:
matrix:
node: ['12.x', '14.x', '16.x']
node: ['20.x', '21.x', '22.x']
os:
- ubuntu-latest
# - macOS-latest
Expand Down

0 comments on commit 05f1bce

Please sign in to comment.