Skip to content

Commit

Permalink
🟢 CICD Hell
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-uk committed Feb 26, 2024
1 parent b00bbe9 commit ea81f4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ jobs:
- name: Use Node.js v18
uses: actions/setup-node@v3
with:
node-version: x.18
node-version: x.20
cache: 'npm'
registry-url: 'https://registry.npmjs.org'

- name: NPM install & version
env:
Expand Down

0 comments on commit ea81f4e

Please sign in to comment.