Skip to content

Commit

Permalink
ci: change the node version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
frits-metalogix committed Aug 31, 2023
1 parent a32576d commit f717af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: 💿 Setup Nodejs
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: '16.x'
registry-url: 'https://npm.pkg.github.com'

- name: 💾 Get yarn cache directory path
Expand Down

0 comments on commit f717af3

Please sign in to comment.