Skip to content

Commit

Permalink
Merge pull request #5 from mybuilder/update-to-node-16
Browse files Browse the repository at this point in the history
Update to node 16
  • Loading branch information
maxbaldanza authored Mar 22, 2023
2 parents f7eff02 + 7b9e921 commit cc1106b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
IMAGE = node:12-alpine
IMAGE = node:16-alpine
DOCKER = docker run --rm -v $(PWD):/app:rw,delegated -w /app

.PHONY: install
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ inputs:
GITHUB_TOKEN:
required: false
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'

0 comments on commit cc1106b

Please sign in to comment.