Skip to content

Commit be8c8d9

Browse files
committed
chore: Update runner in release action
1 parent bd1eefc commit be8c8d9

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/release.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@ name: RELEASE
22
on: [workflow_dispatch]
33
jobs:
44
main:
5-
runs-on: ubuntu-20.04
5+
runs-on: ubuntu-22.04
66
steps:
7-
- uses: actions/checkout@v2
7+
- uses: actions/checkout@v3
88
with:
99
fetch-depth: 0
10-
- uses: nrwl/nx-set-shas@v3
10+
- uses: nrwl/nx-set-shas@v4
11+
- uses: actions/setup-node@v4
12+
with:
13+
node-version: 20
1114
- name: Install deps
12-
run: npm i
15+
run: npm ci
1316
- name: Lint
1417
run: npx nx run-many -t lint
1518
# - name: Build

0 commit comments

Comments
 (0)