Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rya-sge committed Jan 18, 2024
1 parent 283b1c7 commit b3c7260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Setup NodeJS 16
- name: Setup NodeJS 20.5.0
uses: actions/setup-node@v3
with:
node-version: 16.17.0
node-version: 20.5.0

- name: Show NodeJS version
run: npm --version
Expand Down

0 comments on commit b3c7260

Please sign in to comment.