Skip to content

Commit 6b0a965

Browse files
authored
Merge pull request #22 from otymko/nixel2007-patch-1
Миграция на node16
2 parents e627fd6 + 97c1e8d commit 6b0a965

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
ovm_version: ['1.2.1', latest]
1414
name: check oscript
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717
- uses: ./
1818
with:
1919
version: ${{ matrix.oscript_version }}

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ inputs:
1313
required: false
1414
default: 'latest'
1515
runs:
16-
using: 'node12'
16+
using: 'node16'
1717
main: 'dist/index.js'

0 commit comments

Comments
 (0)