We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e5edd9 commit b07201bCopy full SHA for b07201b
3 files changed
.github/workflows/build.yml
@@ -12,14 +12,14 @@ on:
12
13
jobs:
14
nodejs:
15
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
16
17
steps:
18
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
19
- name: Set up Node.js
20
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v4
21
with:
22
- node-version: 14
+ node-version: 18
23
registry-url: 'https://registry.npmjs.org'
24
25
- name: Install packages
.nvmrc
@@ -1 +1 @@
1
-14
+18
package.json
@@ -44,7 +44,7 @@
44
"error object"
45
],
46
"engines": {
47
- "node": ">=8.9.4"
+ "node": ">=18"
48
},
49
"author": "Rhosys Developers <developers@rhosys.ch> (http://rhosys.ch)",
50
"license": "GPL-3.0",
0 commit comments