diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc31900f9..31802475a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: - run: apt-get update && apt install -y binaryen # For `wasm-opt` - uses: actions/checkout@v3 - uses: Swatinem/rust-cache@v2 - - uses: actions/setup-node@v3.5.1 + - uses: actions/setup-node@v3.6.0 with: node-version: '16' # An old version is used to ensure compatibility - uses: denoland/setup-deno@v1 @@ -70,7 +70,7 @@ jobs: with: fetch-depth: 0 # Necessary to fetch pull request base below - uses: Swatinem/rust-cache@v2 - - uses: actions/setup-node@v3.5.1 + - uses: actions/setup-node@v3.6.0 with: node-version: '14' # Because this step doesn't actually check anything, we use a more liberal version - uses: baptiste0928/cargo-install@v1 # This action ensures that the twiggy compilation is cached. diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 57a0fde55..1a40f4589 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -54,7 +54,7 @@ jobs: - uses: actions/checkout@v3 with: path: repo - - uses: actions/setup-node@v3.5.1 + - uses: actions/setup-node@v3.6.0 with: node-version: current - run: npm install @@ -90,7 +90,7 @@ jobs: image: rust:1.65 steps: - uses: actions/checkout@v3 - - uses: actions/setup-node@v3.5.1 + - uses: actions/setup-node@v3.6.0 with: node-version: 12 # An old version is intentionally used in order to check compatibility - run: apt-get update && apt install -y binaryen # For `wasm-opt` @@ -121,7 +121,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 # Necessary below for checking if the tag exists. - - uses: actions/setup-node@v3.5.1 + - uses: actions/setup-node@v3.6.0 with: node-version: 12 - uses: denoland/setup-deno@v1