Skip to content

Commit

Permalink
bump up node version to 20 for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kenchan0130 committed Apr 13, 2024
1 parent 0ea1a03 commit 1b9bf29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI
on: [pull_request]

env:
node-version: 16
node-version: 20

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

env:
node-version: 16
node-version: 20

jobs:
Package:
Expand Down

0 comments on commit 1b9bf29

Please sign in to comment.