Skip to content

Commit

Permalink
feat: use node 20 and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
baptiste0928 committed Feb 1, 2024
1 parent 313e402 commit c4ca108
Show file tree
Hide file tree
Showing 6 changed files with 18,629 additions and 1,905 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- name: Enable corepack
run: corepack enable

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

- name: Install dependencies
Expand All @@ -44,10 +44,10 @@ jobs:
- name: Enable corepack
run: corepack enable

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

- name: Install dependencies
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- Runner os version is included in the cache key. (issue #21)
-
### Changed
- **Breaking:** The action now runs on Node.js 20.
- Dependencies have been updated.

## [2.2.0] - 2023-09-07
### Added
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ outputs:
cache-hit:
description: "A boolean indicating whether the crate was restored from cache."
runs:
using: "node16"
using: "node20"
main: "dist/index.js"
branding:
color: "yellow"
Expand Down
Loading

0 comments on commit c4ca108

Please sign in to comment.