Skip to content

Commit 7e0a5ce

Browse files
committed
build: stop pinning minor version of nodejs
1 parent b62352b commit 7e0a5ce

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/publish-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
2121
- uses: actions/setup-node@v2
2222
with:
23-
node-version: 16.9
23+
node-version: 16
2424
- name: yarn install
2525
run: yarn install --frozen-lockfile
2626
- name: yarn build

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
2121
- uses: actions/setup-node@v2
2222
with:
23-
node-version: 16.9
23+
node-version: 16
2424
- name: yarn install
2525
run: yarn install --frozen-lockfile
2626
- name: yarn build

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
2121
- uses: actions/setup-node@v2
2222
with:
23-
node-version: 16.9
23+
node-version: 16
2424
- name: yarn install
2525
run: yarn install --frozen-lockfile
2626
- name: yarn build

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [14.17, 16.9]
18+
node-version: [14, 16]
1919

2020
steps:
2121
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)