Skip to content

Commit

Permalink
No issue - udpate node version for CI Job
Browse files Browse the repository at this point in the history
  • Loading branch information
Manvel committed Dec 30, 2023
1 parent 97ebba8 commit 3470d3f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 12.x
uses: actions/setup-node@v4
- run: npm i
- run: npm test
env:
Expand Down

0 comments on commit 3470d3f

Please sign in to comment.