Skip to content

Commit 1ae09e4

Browse files
committed
fix(ci): ci env
1 parent c1d3e10 commit 1ae09e4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
node-version: ["18"]
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717
with:
1818
fetch-depth: 1
1919

@@ -23,7 +23,7 @@ jobs:
2323
echo "Base ref: ${{ github.base_ref }}"
2424
2525
- name: Setup Node.js
26-
uses: actions/setup-node@v2
26+
uses: actions/setup-node@v3
2727
with:
2828
node-version: ${{ matrix.node-version }}
2929

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: 16
14+
node-version: 18
1515

1616
publish-npm:
1717
needs: build
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v3
2121
- uses: actions/setup-node@v3
2222
with:
23-
node-version: 16
23+
node-version: 18
2424
registry-url: https://registry.npmjs.org/
2525
scope: "@smakss"
2626
- run: yarn && yarn generate
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@v3
3636
- uses: actions/setup-node@v3
3737
with:
38-
node-version: 16
38+
node-version: 18
3939
registry-url: https://npm.pkg.github.com/
4040
scope: "@smakss"
4141
- run: yarn && yarn generate

0 commit comments

Comments
 (0)