Skip to content

Commit

Permalink
🐛 workflows with node18
Browse files Browse the repository at this point in the history
  • Loading branch information
jaandrle committed Mar 28, 2024
1 parent 2598c39 commit 61d839d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: lts/*
node-version: '18.x'
cache: 'npm'
- run: npm ci
- run: bs/build dist
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"sade": "~1.8"
},
"engines": {
"node": "= 18.19.0"
"node": "~18.19"
},
"pkg": {
"assets": "./package.json"
Expand Down

0 comments on commit 61d839d

Please sign in to comment.