Skip to content

Commit

Permalink
chore: bumping Node to v16 in GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
mkr committed Apr 14, 2024
1 parent 4827262 commit 8a5a47f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerhub-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
docker version -f '{{.Server.Experimental}}'
- uses: actions/checkout@v2
- name: Setup NPM environment specfic to SMUI
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '12'
node-version: '16'
- run: npm i graceful-fs
- run: npm i resolve
- run: npm i esutils
Expand Down

0 comments on commit 8a5a47f

Please sign in to comment.