Skip to content

Commit

Permalink
Downgraded the node version to 16 (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
pabo99 authored Jun 20, 2024
1 parent 55fb8ad commit 4ec4628
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: [20.x]
node-version: [16.x]

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

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

- name: Get the version
Expand Down

0 comments on commit 4ec4628

Please sign in to comment.