Skip to content

Commit

Permalink
Merge pull request #22 from otymko/nixel2007-patch-1
Browse files Browse the repository at this point in the history
Миграция на node16
  • Loading branch information
nixel2007 authored Dec 31, 2023
2 parents e627fd6 + 97c1e8d commit 6b0a965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
ovm_version: ['1.2.1', latest]
name: check oscript
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: ./
with:
version: ${{ matrix.oscript_version }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ inputs:
required: false
default: 'latest'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'

0 comments on commit 6b0a965

Please sign in to comment.