Skip to content

Commit 380e111

Browse files
authored
fix: Update to Node 18 (#39)
1 parent 78c7e06 commit 380e111

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

@@ -47,10 +47,10 @@ jobs:
4747
- name: Fetch git tags
4848
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
4949

50-
- name: Use Node.js 16
50+
- name: Use Node.js 18
5151
uses: actions/setup-node@v3
5252
with:
53-
node-version: 16.x
53+
node-version: 18.x
5454

5555
- run: npm install
5656

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