Skip to content

Commit

Permalink
use node16
Browse files Browse the repository at this point in the history
  • Loading branch information
swellmike committed Jan 24, 2024
1 parent 778d05a commit 400a1d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
node-version: [14.19.1]
node-version: [16.20.2]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [14.19.1]
node-version: [16.20.2]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 400a1d8

Please sign in to comment.