Skip to content

Commit 7b2f777

Browse files
authored
chore: Upgrade the node version used in CI (#77)
1 parent 69962a0 commit 7b2f777

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jobs:
4949
steps:
5050
- uses: actions/checkout@v4
5151
- uses: actions/setup-node@v4
52-
with:
53-
node-version: 18
5452
- run: |
5553
npm install
5654
env:

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@ jobs:
2121
- name: Checkout Repo
2222
uses: actions/checkout@v4
2323

24-
- name: Setup Node.js 18
24+
- name: Setup Node.js
2525
uses: actions/setup-node@v4
26-
with:
27-
node-version: 18
2826

2927
- name: Install Dependencies
3028
run: yarn

0 commit comments

Comments
 (0)