Skip to content

Commit

Permalink
feat: update runner and node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pactionly authored Sep 28, 2023
1 parent 02cef5c commit 5dfada6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ on:
jobs:
lint:
runs-on: ubuntu-latest
container: node:14.7.0
steps:
- name: Setup Node
uses: actions/setup-node@master
with:
node-version: '18'
- name: Checkout Code
uses: actions/checkout@v3

Expand Down

0 comments on commit 5dfada6

Please sign in to comment.