Skip to content

Commit

Permalink
ci: updated node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftwork committed Mar 16, 2022
1 parent fb02611 commit 4685179
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
delivery:
name: Node 14.x
name: Node 16.x
runs-on: ubuntu-latest

steps:
Expand All @@ -22,10 +22,10 @@ jobs:
git config --global user.name "GitHub Action"
git config --global user.email "action@github.com"
- name: Set up Node.js version 14.x
- name: Set up Node.js version 16.x
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 16.x
registry-url: https://npm.pkg.github.com
scope: trutoo

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -19,7 +19,7 @@ jobs:

strategy:
matrix:
node: [12.x, 13.x, 14.x]
node: [14.x, 16.x, 17.x]

steps:
- name: Check out source code
Expand Down

0 comments on commit 4685179

Please sign in to comment.