Skip to content

update node version to 16 #7

@watahani

Description

@watahani

actions/checkout@v2 use node 12 which is deprecated in Github Actions by default.

https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

I think we have tow options

    steps:
      - uses: actions/checkout@v2
      - uses: actions/setup-node@v2
        with:
          node-version: 16
  • update to checkout@v3
    steps:
      - uses: actions/checkout@v3 #node 16 by default

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions