feat: Run action on node20 (#25)

This commit is contained in:
sam 2023-09-12 23:21:29 +02:00 committed by GitHub
parent 84052e2208
commit e8af259fb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 26 additions and 27 deletions

View file

@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- name: Load action build from cache
uses: actions/cache@v3
with:
@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- name: Load action build from cache
uses: actions/cache@v3
with:
@ -64,7 +64,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- name: Load action build from cache
uses: actions/cache@v3
with: