Skip to content

Commit

Permalink
Update workflows to Node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
dbartholomae committed Apr 20, 2024
1 parent c2c9c2f commit 5dbe47d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
- name: Get pnpm version
id: pnpmVersion
uses: actions/github-script@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
- name: Get pnpm version
id: pnpmVersion
uses: actions/github-script@v6
Expand Down

0 comments on commit 5dbe47d

Please sign in to comment.