Skip to content

Commit

Permalink
Switch github action to node.js v20
Browse files Browse the repository at this point in the history
  • Loading branch information
marc136 committed Sep 1, 2024
1 parent 6554bdf commit 056b7fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Use Node.js 15
- name: Use Node.js 20
uses: actions/setup-node@v1
with:
node-version: 15
node-version: 20
# Re-use node_modules between runs until package-lock.json changes.
- name: Cache node_modules
id: cache-node_modules
Expand Down

0 comments on commit 056b7fe

Please sign in to comment.