Skip to content

Commit

Permalink
(chore) release with v20 of Node
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgoebel committed Oct 9, 2023
1 parent 15d3b62 commit 2a4acf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -48,10 +48,10 @@ jobs:
env:
TAG_PREFIX: refs/tags/ # Optional, default prefix refs/tags/

- name: Use Node.js 15.x
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 15.x
node-version: 20.x
- name: Build Node.js package
run: |
npm install
Expand Down

0 comments on commit 2a4acf4

Please sign in to comment.