Skip to content

Commit

Permalink
build: stop pinning minor version of nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
spotify-kai committed Apr 13, 2022
1 parent b62352b commit 7e0a5ce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- uses: actions/setup-node@v2
with:
node-version: 16.9
node-version: 16
- name: yarn install
run: yarn install --frozen-lockfile
- name: yarn build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- uses: actions/setup-node@v2
with:
node-version: 16.9
node-version: 16
- name: yarn install
run: yarn install --frozen-lockfile
- name: yarn build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- uses: actions/setup-node@v2
with:
node-version: 16.9
node-version: 16
- name: yarn install
run: yarn install --frozen-lockfile
- name: yarn build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [14.17, 16.9]
node-version: [14, 16]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 7e0a5ce

Please sign in to comment.