mirror of
https://codeberg.org/icewind/attic-action.git
synced 2026-06-03 09:34:11 +02:00
Merge pull request #122 from jfroche/feat/update-node
feat: support node.js 16
This commit is contained in:
commit
b5a076c711
1 changed files with 1 additions and 1 deletions
|
|
@ -25,6 +25,6 @@ branding:
|
||||||
color: 'blue'
|
color: 'blue'
|
||||||
icon: 'database'
|
icon: 'database'
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node16'
|
||||||
main: 'dist/main/index.js'
|
main: 'dist/main/index.js'
|
||||||
post: 'dist/main/index.js'
|
post: 'dist/main/index.js'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue