Skip to content

Commit

Permalink
Node version to 18 in runners
Browse files Browse the repository at this point in the history
  • Loading branch information
martenrichter committed Sep 23, 2023
1 parent c8b868b commit cb320c7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/libtest-macos.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up NodeJS
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Install dependencies
run: npm install

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/libtest-macosarmcross.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set up NodeJS
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Install dependencies
run: npm install

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/libtest-windows.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set up NodeJS
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: Install dependencies
run: npm install
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish-packages.yml
Expand Up @@ -38,7 +38,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: https://npm.pkg.github.com/
- name: Check if version has been updated
id: check
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
submodules: recursive
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: https://npm.pkg.github.com/
- name: Install
if: needs.version-check.outputs.changed == 'true'
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: https://npm.pkg.github.com/

- name: Install
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: https://registry.npmjs.org/

- name: Install
Expand Down

0 comments on commit cb320c7

Please sign in to comment.