Skip to content

Commit

Permalink
Update GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
DrVrej committed Sep 17, 2024
1 parent 5fa4f3a commit 24c0e9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x
registry-url: https://registry.npmjs.org/

- name: Install the dependencies
Expand Down

0 comments on commit 24c0e9a

Please sign in to comment.