Skip to content

Commit

Permalink
Updated checkout to v3 & node to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
vassbo committed Jun 19, 2024
1 parent 372e99e commit e3bf6e9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install Node.js and NPM
uses: actions/setup-node@master
with:
node-version: 18
node-version: 20

- name: Install dependencies
# npm ci is better, but requires package-lock.json file
Expand All @@ -36,12 +36,12 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install Node.js and NPM
uses: actions/setup-node@master
with:
node-version: 18
node-version: 20

- name: Install dependencies
run: npm install
Expand All @@ -59,12 +59,12 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install Node.js and NPM
uses: actions/setup-node@master
with:
node-version: 18
node-version: 20

- name: Install dependencies
run: npm install
Expand All @@ -80,12 +80,12 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install Node.js and NPM
uses: actions/setup-node@master
with:
node-version: 18
node-version: 20

# Change Python version: https://github.com/nodejs/node-gyp/issues/2869
- name: Install Python 3.11
Expand Down

0 comments on commit e3bf6e9

Please sign in to comment.