From 984355b8f6127dc13336b098744b1831722dd38c Mon Sep 17 00:00:00 2001 From: JD Cargile Date: Wed, 21 Feb 2024 11:23:22 -0700 Subject: [PATCH] chore: Update node version to 18 --- .github/workflows/test.yml | 4 ++-- action.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2298de13..e5ab47d8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,14 +11,14 @@ jobs: build: # make sure build/ci work properly runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: | npm install npm run all test: # make sure the action works on a clean machine without building runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ./ with: github-token: ${{ github.token }} diff --git a/action.yml b/action.yml index 9a492a19..ea8bd831 100644 --- a/action.yml +++ b/action.yml @@ -21,5 +21,5 @@ inputs: description: 'Timezone (ex. America/Denver)' required: false runs: - using: 'node16' + using: 'node18' main: 'dist/index.js' \ No newline at end of file