Skip to content

Commit

Permalink
Use Node 20 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
flodolo committed Jan 22, 2024
1 parent c8fc767 commit f5eef96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '12'
node-version: 'lts/Iron'
- name: Run ci
run: |
npm install
Expand Down

0 comments on commit f5eef96

Please sign in to comment.