Upgrade Node in GitHub Actions

This commit is contained in:
Felix Rieseberg 2023-03-13 16:33:43 -07:00
parent 8a8aa0e7eb
commit 1533ba7ec0
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 15.x
node-version: 18.x
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
@ -43,7 +43,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 18.x
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"