Skip to content

Commit

Permalink
ci: use node-18
Browse files Browse the repository at this point in the history
  • Loading branch information
mcspr committed Sep 22, 2023
1 parent e8c9377 commit 3a34f06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '18'
- name: Cache Node
uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '18'

- name: Cache Node
uses: actions/cache@v3
Expand Down

0 comments on commit 3a34f06

Please sign in to comment.