Skip to content

Commit

Permalink
update node version in gh actions scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen committed May 14, 2024
1 parent 47dd12b commit 5365a19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# Injected by generate-workflows.js
- uses: actions/setup-node@v1
with:
node-version: "16"
node-version: "18"
- uses: actions/cache@v2
id: yarn-cache
name: Load npm deps from cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Injected by generate-workflows.js
- uses: actions/setup-node@v1
with:
node-version: "16"
node-version: "18"
- uses: actions/cache@v2
id: yarn-cache
name: Load npm deps from cache
Expand Down

0 comments on commit 5365a19

Please sign in to comment.