Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AvroraPolnareff committed Mar 28, 2024
1 parent bd63bbf commit efe3310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -21,7 +21,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -31,7 +31,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Use NPM 7
- name: Use NPM
run: npm i -g npm@latest

- name: Cache dependencies
Expand Down

0 comments on commit efe3310

Please sign in to comment.