diff --git a/.github/workflows/neocities.yml b/.github/workflows/neocities.yml index 9e54390..ca1115d 100644 --- a/.github/workflows/neocities.yml +++ b/.github/workflows/neocities.yml @@ -15,7 +15,7 @@ jobs: # Set up any tools and build steps here # This example uses a Node.js toolchain to build a site - name: Use Node.js - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v2.2.0 with: node-version: 15 - run: npm i diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c3252f7..ccfc486 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: with: # fetch full history so things like auto-changelog work properly fetch-depth: 0 - - uses: actions/setup-node@v2.1.5 + - uses: actions/setup-node@v2.2.0 with: node-version: ${{ env.node_version }} # setting a registry enables the NODE_AUTH_TOKEN env variable where we can set an npm token. REQUIRED diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f2e0080..828b11d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v2.3.4 - name: Use Node.js ${{ matrix.node }} - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v2.2.0 with: node-version: ${{ matrix.node }} - run: npm i