Skip to content

Commit 0ab7e2a

Browse files
committed
fix(chore): Update GH Action
1 parent 3583b06 commit 0ab7e2a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/release.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,19 @@ on:
66
jobs:
77
release:
88
name: Release
9-
runs-on: ubuntu-18.04
9+
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v1
12+
uses: actions/checkout@v2
13+
1314
- name: Setup Node.js
14-
uses: actions/setup-node@v1
15+
uses: actions/setup-node@v2
1516
with:
16-
node-version: 16
17+
node-version: 18
18+
1719
- name: Install dependencies
1820
run: npm ci
21+
1922
- name: Release
2023
env:
2124
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)