Skip to content

Commit

Permalink
run tests on node v18 + bump actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
pranabdas committed Nov 22, 2023
1 parent e7e1dc4 commit e5079bf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Continuous testing and publication to NPM from 'main'

on:
on:
workflow_dispatch:
push:

Expand All @@ -16,14 +16,14 @@ jobs:
if: github.repository != 'Exabyte-io/template-definitions'
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [12.x, 14.x, 16.x, 18.x]

steps:
- name: Checkout this repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Checkout actions repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: Exabyte-io/actions
token: ${{ secrets.BOT_GITHUB_TOKEN }}
Expand All @@ -41,10 +41,10 @@ jobs:

steps:
- name: Checkout this repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Checkout actions repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: Exabyte-io/actions
token: ${{ secrets.BOT_GITHUB_TOKEN }}
Expand Down

0 comments on commit e5079bf

Please sign in to comment.