Skip to content

Commit

Permalink
Changed to use Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Dec 15, 2023
1 parent 7e94e4d commit 804c25a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "14.x"
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
- name: Install Dependencies
run: npm ci
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "14.x"
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
- name: Setup Preview Version
run: sed -i -e "s/\(\"version\":\\s\+\"\([0-9]\+\.\?\)\+\)/\1-pre.${{ github.run_number }}/" package.json;
Expand All @@ -55,7 +55,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "14.x"
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
- name: Publish Package
run: npm publish
Expand Down

0 comments on commit 804c25a

Please sign in to comment.