Skip to content

Commit

Permalink
Set the node version to 16 (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
pabo99 committed Jun 20, 2024
1 parent f81d5eb commit adc184e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ jobs:
with:
submodules: recursive

- name: Print Node.js version before setting the version 16
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
run: node -v

- name: Get the version
id: get-version
run: echo ::set-output name=version::${GITHUB_REF/refs\/tags\//}
Expand Down

0 comments on commit adc184e

Please sign in to comment.