Skip to content

Commit

Permalink
deps: update node.js to 16 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Djelibeybi committed Dec 14, 2022
1 parent fe9bcd8 commit e3672fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This sample workflow uses the [`login-ocir`][3] action which uses the provided `
```yaml
jobs:
get-ocir-repository-test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: Get OCIR Repository Test
env:
OCI_CLI_USER: ${{ secrets.OCI_CLI_USER }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ branding:
icon: 'circle'
color: 'red'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
post: 'dist/index.js'

0 comments on commit e3672fa

Please sign in to comment.