diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 996283b..31a53f6 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -4,7 +4,7 @@ runs: steps: - uses: actions/setup-node@v2 with: - node-version: 16 + node-version: 17 cache: 'yarn' # 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