Skip to content

Commit 26fa5e4

Browse files
authored
fix: Update to Node 18 (#17)
1 parent 7f2c40e commit 26fa5e4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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@v3
2121

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

2727
- run: npm install
2828

@@ -49,10 +49,10 @@ jobs:
4949
- name: Fetch git tags
5050
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
5151

52-
- name: Use Node.js 16
52+
- name: Use Node.js 18
5353
uses: actions/setup-node@v3
5454
with:
55-
node-version: 16.x
55+
node-version: 18.x
5656

5757
- run: npm install
5858

.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 }}

0 commit comments

Comments
 (0)