Skip to content

Commit d331b0c

Browse files
authored
fix: Update to Node 18 (#30)
1 parent 49499e0 commit d331b0c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v2
2121

22-
- name: Use Node.js 16
22+
- name: Use Node.js 18
2323
uses: actions/setup-node@v1
2424
with:
25-
node-version: 16.x
25+
node-version: 18.x
2626

2727
- run: npm install
2828

@@ -45,10 +45,10 @@ jobs:
4545
- name: Fetch git tags
4646
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
4747

48-
- name: Use Node.js 16
48+
- name: Use Node.js 18
4949
uses: actions/setup-node@v1
5050
with:
51-
node-version: 16.x
51+
node-version: 18.x
5252

5353
- run: npm install
5454

.github/workflows/lint-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
name: Validate PR title
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: amannn/action-semantic-pull-request@v4
15+
- uses: amannn/action-semantic-pull-request@v5
1616
env:
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
},
5656
"devDependencies": {
5757
"@types/jest": "^26.0.24",
58-
"@types/node": "^16.11.32",
58+
"@types/node": "^18.16.19",
5959
"@vertigis/workflow": "^5.33.1",
6060
"conventional-changelog-conventionalcommits": "^4.5.0",
6161
"cross-env": "^7.0.3",

0 commit comments

Comments
 (0)