Skip to content

Commit

Permalink
Update action runtime to node20 (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Oct 25, 2023
1 parent 3cf7f8c commit b1db5f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-dist.yml
Expand Up @@ -17,10 +17,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Setup Node.js 16.x
- name: Setup Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
cache: npm

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -44,7 +44,7 @@ outputs:
cache-hit:
description: "A boolean value that indicates an exact match was found."
runs:
using: "node16"
using: "node20"
main: "dist/restore/index.js"
post: "dist/save/index.js"
post-if: "success() || env.CACHE_ON_FAILURE == 'true'"
Expand Down

0 comments on commit b1db5f9

Please sign in to comment.