Skip to content

Commit

Permalink
Update Node.js version to 21 in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
irensaltali committed Feb 6, 2024
1 parent 50cc2c0 commit 8b0cc5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
run:
working-directory: ./worker
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '14' # Adjust this as per your project's requirements
node-version: '21'

- name: Install Dependencies
run: npm install
Expand Down

0 comments on commit 8b0cc5e

Please sign in to comment.