mirror of
https://github.com/remko/waforth
synced 2024-12-27 09:59:29 +01:00
github: Bump node version
This commit is contained in:
parent
308e7c3077
commit
30f1200472
1 changed files with 1 additions and 1 deletions
2
.github/actions/setup/action.yml
vendored
2
.github/actions/setup/action.yml
vendored
|
@ -4,7 +4,7 @@ runs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 17
|
||||||
cache: 'yarn'
|
cache: 'yarn'
|
||||||
# We depend on a more recent version, not available in current Ubuntu (20.04). Should be available in 22.04
|
# We depend on a more recent version, not available in current Ubuntu (20.04). Should be available in 22.04
|
||||||
# - run: sudo apt-get install wabt
|
# - run: sudo apt-get install wabt
|
||||||
|
|
Loading…
Reference in a new issue