Skip to content

Commit

Permalink
fix(ci): use latest node lts version
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewJo committed Dec 5, 2024
1 parent 4b44c9b commit 19d706f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
steps:
- name: Checkout project
uses: actions/checkout@v2
- name: Setup Node.js 12
- name: Setup Node.js 22
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 22
- name: Cache dependencies
uses: actions/cache@v1
with:
Expand Down

0 comments on commit 19d706f

Please sign in to comment.