Skip to content

Commit

Permalink
chore(node): move to node 16 and npm 8
Browse files Browse the repository at this point in the history
  • Loading branch information
simrobin committed Oct 15, 2021
1 parent a760787 commit 76031d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: main
on: [push]

env:
NODE_VERSION: '14.x'
NODE_VERSION: '16.x'
DOCKER_IMAGE_NAME: ${{ secrets.DOCKER_USER }}/about

jobs:
Expand All @@ -19,8 +19,8 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}

- name: npm 7
run: npm i -g npm@7 --registry=https://registry.npmjs.org
- name: npm 8
run: npm i -g npm@8 --registry=https://registry.npmjs.org

- name: Get npm cache directory
uses: actions/cache@v1
Expand Down
4 changes: 3 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 76031d9

Please sign in to comment.