Skip to content

Commit c4ae706

Browse files
naonao2323Fil
andauthored
feat: support latest nodejs version (#218)
* chore: support latest nodejs version * chore: cache node module * Update .github/workflows/node.js.yml * 22.x --------- Co-authored-by: Philippe Rivière <fil@rezo.net>
1 parent 563dd3a commit c4ae706

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [14.x]
18+
node-version: [22.x]
1919

2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v4
2222
- name: Use Node.js ${{ matrix.node-version }}
23-
uses: actions/setup-node@v1
23+
uses: actions/setup-node@v4
2424
with:
2525
node-version: ${{ matrix.node-version }}
26+
cache: 'yarn'
2627
- run: yarn --frozen-lockfile
2728
- run: |
2829
echo ::add-matcher::.github/eslint.json

0 commit comments

Comments
 (0)