Skip to content

Commit

Permalink
chore: use Node.js 18
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Nov 27, 2022
1 parent c08f4cd commit f413d05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -9,7 +9,7 @@ on:
pull_request:

env:
NODE_VERSION: 16
NODE_VERSION: 18

jobs:
tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkg-size-report.yml
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ main, next ]

env:
NODE_VERSION: 16
NODE_VERSION: 18

jobs:
pkg-size-report:
Expand Down

0 comments on commit f413d05

Please sign in to comment.