Skip to content

Commit b07201b

Browse files
committed
Upgrade deployment version.
1 parent 1e5edd9 commit b07201b

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ on:
1212

1313
jobs:
1414
nodejs:
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
- name: Set up Node.js
20-
uses: actions/setup-node@v1
20+
uses: actions/setup-node@v4
2121
with:
22-
node-version: 14
22+
node-version: 18
2323
registry-url: 'https://registry.npmjs.org'
2424

2525
- name: Install packages

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14
1+
18

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"error object"
4545
],
4646
"engines": {
47-
"node": ">=8.9.4"
47+
"node": ">=18"
4848
},
4949
"author": "Rhosys Developers <developers@rhosys.ch> (http://rhosys.ch)",
5050
"license": "GPL-3.0",

0 commit comments

Comments
 (0)