Skip to content

Commit

Permalink
ci: update release workflows to node version 18 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
brpowell authored Dec 22, 2023
1 parent e25e6e7 commit dc4f4b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: 14
node-version: 18
- env:
CI: true
run: npm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
-
uses: actions/checkout@v1
-
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 14
node-version: 18
-
env:
CI: true
Expand Down

0 comments on commit dc4f4b8

Please sign in to comment.