Skip to content

Commit

Permalink
Upgrade to node20
Browse files Browse the repository at this point in the history
  • Loading branch information
nonrational committed Feb 20, 2024
1 parent d0a9123 commit 64781de
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20.11.1
- name: Install deps and build dist
run: npm i

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/run-cache-result-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,26 @@ jobs:
optional-result: ${{ steps.restore-secondary-cache.outputs.result }}
steps:
- id: restore-cache
uses: parallel-markets/cache-result-action@f6b4cbf83108f6b777dfc78925e71da352189d05
uses: parallel-markets/cache-result-action@a1e2c3ccc1be6464c4d571ff2932d6b6c9ae3e3d

- id: restore-secondary-cache
uses: parallel-markets/cache-result-action@f6b4cbf83108f6b777dfc78925e71da352189d05
uses: parallel-markets/cache-result-action@a1e2c3ccc1be6464c4d571ff2932d6b6c9ae3e3d
with:
cache-group: optional

test:
needs: check-sha-result
runs-on: ubuntu-latest
steps:
- uses: parallel-markets/cache-result-action@f6b4cbf83108f6b777dfc78925e71da352189d05
- uses: parallel-markets/cache-result-action@a1e2c3ccc1be6464c4d571ff2932d6b6c9ae3e3d
with:
result: success

optional-test:
needs: check-sha-result
runs-on: ubuntu-latest
steps:
- uses: parallel-markets/cache-result-action@f6b4cbf83108f6b777dfc78925e71da352189d05
- uses: parallel-markets/cache-result-action@a1e2c3ccc1be6464c4d571ff2932d6b6c9ae3e3d
with:
result: success
cache-group: optional
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ outputs:
result:
description: 'Most recent result'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

0 comments on commit 64781de

Please sign in to comment.