Skip to content

Commit

Permalink
Upgraded the node version to 20 (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
pabo99 authored Jun 20, 2024
1 parent adc184e commit 55fb8ad
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 @@ -12,22 +12,22 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v2
with:
submodules: recursive

- name: Print Node.js version before setting the version 16
- name: Print Node.js version before setting the version 20
run: node -v

- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

- name: Print Node.js version after setting the version 16
- name: Print Node.js version after setting the version 20
run: node -v

- name: Get the version
Expand Down

0 comments on commit 55fb8ad

Please sign in to comment.