Skip to content

Commit

Permalink
Use Node20 in ghActions
Browse files Browse the repository at this point in the history
  • Loading branch information
orsiemilio committed Feb 15, 2024
1 parent b898f71 commit 2642964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on: [push, pull_request, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-latest
using: 'node20'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -14,6 +13,7 @@ jobs:
run: npm run test:coverage
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
node-version: '20'
env:
token: ${{ secrets.CODECOV_TOKEN }}
slug: orsiemilio/JsonShapeShifter

0 comments on commit 2642964

Please sign in to comment.